Long[][…] = … (gb)

Dim hLongArray As Long[]
Dim aLong As Long
hLongArray [ Index As Integer, ... ] = aLong

Modifies the value stored in the array at Index.